projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46f8a4b
)
arm: m53evk: Zap superfluous tab in env
author
Marek Vasut
<
[email protected]
>
Thu, 25 Sep 2014 19:14:17 +0000
(21:14 +0200)
committer
Stefano Babic
<
[email protected]
>
Mon, 6 Oct 2014 15:13:33 +0000
(17:13 +0200)
Remove this tab from env, since it's useless, just use spaces.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
include/configs/m53evk.h
patch
|
blob
|
history
diff --git
a/include/configs/m53evk.h
b/include/configs/m53evk.h
index ee4eb10e461c6c01fdefd8d12d152f0f5c8f3c40..c133ba9d03f504eda7b7329abd1093fcb32388b5 100644
(file)
--- a/
include/configs/m53evk.h
+++ b/
include/configs/m53evk.h
@@
-351,9
+351,9
@@
"mmc rescan;" \
"if test -e mmc 0:1 ${bootscript} ; then " \
"if load mmc 0:1 ${kernel_addr_r} ${bootscript};" \
- "then
;"
\
- "
\techo Running bootscript...;
" \
- "
\tsource ${kernel_addr_r};
" \
+ "then
; "
\
+ "
echo Running bootscript... ;
" \
+ "
source ${kernel_addr_r} ;
" \
"fi ; " \
"fi\0"